-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #3712 #3716
Fix issue #3712 #3716
Conversation
@@ -249,8 +249,8 @@ If there are any issues, correct them now before moving on. | |||
.. code-block:: bash | |||
|
|||
$ APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1` | |||
$ sudo setfacl -Rn -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs | |||
$ sudo setfacl -dRn -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs | |||
$ sudo setfacl -R -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this more of a revert? maybe try to add a note in cases when we want -dRn and in the other majority of cases when we just want the stuff working 👶
👍 |
@umpirsky What do you think about a quick sentence after the code block?
Then we can merge, even without totally understanding what is right :) |
@weaverryan Hehum, I don't like writing about things I don't understand, but done. :) |
Thanks @umpirsky :). Actually, what do you think about just having a note about adding Can can you rebase against the 2.3 branch - e.g. Cheers! |
@weaverryan Fixed. Sorry for the delay. |
@umpirsky Can you please rename the |
@xabbuh Fixed, thanks. |
👍 |
Awesome, thanks Saša! |
No description provided.